Shuffles the elements in the array using the Fisher-Yates algorithm.
public class procedure Shuffle<T>(var values: array of T); overload; static;